home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000233_news@newsmaster….columbia.edu _Tue Aug 26 11:40:50 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA02958
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 26 Aug 1997 11:40:45 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA24688
  7.     for kermit.misc@watsun; Tue, 26 Aug 1997 11:40:44 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!newsxfer3.itd.umich.edu!oleane!calvacom!not-for-mail
  9. From: do11@calva.net (Dominique Ottello)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: \Frpad() result is different between 3.14 and 3.15
  12. Date: Tue, 26 Aug 1997 15:39:39 GMT
  13. Organization: PCatHome&Me
  14. Lines: 47
  15. Message-ID: <3402f16f.1787782@news.calvacom.fr>
  16. Reply-To: do11@calva.net
  17. NNTP-Posting-Host: par07.calvacom.fr
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Newsreader: Forte Agent 1.5/32.451
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:7549
  23.  
  24. Sorry, one more time it is me.
  25. It seems there is a problem with \Frpad()
  26. between MS-DOS Kermit 3.14 and 3.15
  27.  
  28. (Please use a fixed pitch font to see correctly)
  29.  
  30. With Kermit 3.14, the hereunder take file produce this screen :
  31.   +-----------------------------------------+
  32.   ! Boards : DCUB PSSB SCUA                 !
  33.   ! Boards : DCUB PSSB SCUA                 !
  34.   ! Boards : DCUB PSSB SCUA                 !
  35.   +-----------------------------------------+
  36.  
  37. With Kermit 3.15, the hereunder take file produce this screen :
  38.   +-----------------------------------------+
  39.   ! Boards : DCUB PSSB SCUA                 !
  40.   ! Boards : DCUB PSSB SCUA)))))))))))))))))!
  41.   ! Boards : DCUB PSSB SCUA)))))))))))))))))!
  42.   +-----------------------------------------+
  43.  
  44. Comments please.
  45.  
  46. Best regards,
  47.  
  48. define SCUA Yes
  49. define SCUB No
  50. define DCUA No
  51. define DCUB Yes
  52. define PSSA No
  53. define PSSB Yes
  54. define Boards
  55. if equal \m(DCUA) Yes assign Boards DCUA
  56. if equal \m(DCUB) Yes assign Boards \m(Boards) DCUB
  57. if equal \m(PSSA) Yes assign Boards \m(Boards) PSSA
  58. if equal \m(PSSB) Yes assign Boards \m(Boards) PSSB
  59. if equal \m(SCUA) Yes assign Boards \m(Boards) SCUA
  60. if equal \m(SCUB) Yes assign Boards \m(Boards) SCUB
  61. assign Disp \Frpad(\m(Boards),30, )
  62. assign \%c \Frpad(\m(Boards),30, )
  63. ;
  64. echo {      +----------------------------------------+}
  65. echo {      ! Boards : \Frpad(\m(Boards),30, )!}
  66. echo {      ! Boards : \m(Disp)!}
  67. echo {      ! Boards : \%c!}
  68. echo {      +----------------------------------------+}
  69.  
  70. == Dominique Ottello == do11@calva.net == Paris == France ==